Skip to content

Conversation

@PeterHamilton
Copy link
Contributor

This change removes extraneous code in the TextString primitive that would conditionally encode the individual string characters depending upon the version of Python being used. This code caused errors when using Unicode strings in Python 2.7 and below.

This change removes extraneous code in the TextString primitive
that would conditionally encode the individual string characters
depending upon the version of Python being used. This code caused
errors when using Unicode strings in Python 2.7 and below.
@codecov-io
Copy link

Current coverage is 86.93% (diff: 100%)

Merging #226 into master will decrease coverage by <.01%

@@             master       #226   diff @@
==========================================
  Files            64         64          
  Lines          8240       8237     -3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           7164       7161     -3   
  Misses         1076       1076          
  Partials          0          0          

Powered by Codecov. Last update c5da606...843df7d

@coveralls
Copy link

coveralls commented Dec 7, 2016

Coverage Status

Coverage decreased (-0.005%) to 86.937% when pulling 843df7d on bug/fix-textstring-write-value into c5da606 on master.

@PeterHamilton PeterHamilton merged commit 264ef64 into master Dec 7, 2016
@PeterHamilton PeterHamilton deleted the bug/fix-textstring-write-value branch December 7, 2016 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants